/* Blue Top of Page Arrow */

#home { 
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: #124e84;
  color: white;
  cursor: pointer;
  padding: 15px;
border-radius: 4px;
}

#home:hover { background-color: #1b76c7; }